Skip to main content
Version: current

Start Recording

This API allows you to start a recording. Ensure that the meeting is started for this API to take effect. A historyId is returned by this API which can be used to fetch the recordings later

Header Parameters
    Content-Type string

    The content type should be application/json

    Example: application/json
    Authorization string required

    You need an app created on the JioMeet Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Plaform.

    Example: <Authentication_token_signed_using_secret_or_private_key>
Request Body
    jiomeetId string

    The 10 digit unique ID of the meeting

    roomPIN string

    Meeting secret that secures the meeting from unwanted access

Responses

Success


Schema
    status string

    Status whether the call was a success. Recording cant be started or stopped when the meeting has no one in the call

    historyId string

    Unique identifier of the recording. This should be used to fetch the recording once it has completed

Loading...